home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pwplus15.zip / PWPLUS.DOC < prev    next >
Text File  |  1992-12-27  |  8KB  |  296 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                                PWPLUS 1.5
  19.  
  20.                    Copyright (C) 1992 Lonnie L. Logue
  21.  
  22.  
  23.                     -- AN IBM PC PASSWORD SYSTEM --
  24.  
  25.  
  26.  
  27.                                 FEATURES
  28.  
  29.  
  30.                 1.  Written in 100% Assembly Language
  31.                 2.  Up to 15 character password
  32.                 3.  Password is case insensitive
  33.                 4.  Password is not displayed on the screen
  34.                 5.  The password and owner info are encrypted
  35.                 6.  Ctrl-Alt-Delete reboot sequence is disabled
  36.                 7.  The System is disabled after 2 invalid attempts
  37.                 8.  Optional logging to a disk logfile
  38.                 9.  Optional screen blanking (3 min. timeout)
  39.                10.  Optional clock & log time format (12/24hrs)
  40.                11.  Optional alarm, to alert those nearby
  41.                12.  Optional exploding windows
  42.                13.  Easy to use setup menu
  43.                14.  Color change menu
  44.                15.  Owner identification feature
  45.                16.  PWBG v2.01 included
  46.  
  47.  
  48.  
  49.                  This Zip contains the following files:
  50.  
  51.                     PWPLUS.EXE  PW Plus password program
  52.                     PWPLUS.DOC  PW Plus documentation
  53.                       PWBG.EXE  PW Boot Guard program
  54.                       PWBG.DOC  PW Boot Guard documentation
  55.  
  56.  
  57.                               INSTALLATION
  58.  
  59.  
  60.  
  61.         Using a text editor (DOS programs EDIT or EDLIN), edit the file
  62.         \AUTOEXEC.BAT so that it contains the command PWPLUS as close to
  63.         the start of the file as possible.
  64.  
  65.  
  66.         EXAMPLE:        @ECHO OFF
  67.                         PWPLUS
  68.                         PATH=C:\;C:\DOS
  69.                         PROMPT $p$g
  70.  
  71.  
  72.  
  73.                                SETUP MENU
  74.  
  75.  
  76.         1.  INSTALL A PASSWORD
  77.  
  78.                 Allows entry of a new password which is encrypted and
  79.                 then saved.
  80.  
  81.                 ENTER saves password, ESC clears the entry.
  82.                 If no password is entered, ENTER cancels.
  83.  
  84.  
  85.         2.  SET OPTIONS
  86.  
  87.                 Allows selection and saving of various options.
  88.  
  89.                 ENTER saves options, SPACE toggles selections,
  90.                 ESC cancels.
  91.  
  92.  
  93.         3.  CHANGE COLORS
  94.  
  95.                 Allows the changing of pwplus's colors.
  96.  
  97.                 ENTER saves selections, ESC cancels, HOME restores
  98.                 default colors, ARROW KEYS change FG, BG colors.
  99.  
  100.  
  101.         4.  ENTER OWNER INFO
  102.  
  103.                 Allows entry of the computer owner's name/company/phone.
  104.                 If the computer is ever misplaced or stolen, this
  105.                 information can be displayed upon a failed entry
  106.                 attempt.
  107.  
  108.  
  109.                 ENTER saves information, ESC cancels.
  110.  
  111.  
  112.         5.  CHANGE WARNING
  113.  
  114.                 Allows the editing of the main window warning message.
  115.                 A message of up to 5 lines may be entered.
  116.  
  117.                 ENTER saves information, ESC cancels.
  118.  
  119.  
  120.         6.  VIEW DISK LOGFILE
  121.  
  122.                 Allows viewing of the disk logfile.
  123.  
  124.                 ESC, ENTER cancels.  DEL prompts for delete of logfile.
  125.  
  126.  
  127.         7.  BOOT GUARD STATUS
  128.  
  129.                 Shows the current status of PW Boot Guard, a companion
  130.                 program that prevents access of the Fixed Disk after a
  131.                 floppy boot.
  132.  
  133.  
  134.         8.  EXIT SETUP MENU
  135.  
  136.                 Allows exit of Setup Menu to the Main screen.
  137.  
  138.  
  139.         9.  EXIT TO DOS
  140.  
  141.                 Allows exit of the program to DOS.
  142.  
  143.  
  144.  
  145.                               OPTIONS MENU
  146.  
  147.  
  148.         1.  LOG AUTHORIZED ACCESS
  149.  
  150.                 Logs authorized access to a disk logfile.
  151.  
  152.  
  153.         2.  LOG UNAUTHORIZED ATTEMPTS
  154.  
  155.                 Logs unauthorized attempts to a disk logfile.
  156.  
  157.  
  158.         3.  LOG POWER DOWN EXITS
  159.  
  160.                 Logs the last startup time to a disk logfile, in the
  161.                 event that the computer's power was turned off, or was
  162.                 reset hard.
  163.  
  164.  
  165.         4.  HIDE THE LOGFILE
  166.  
  167.                 Hides the disk logfile from normal DOS directory
  168.                 searches.
  169.  
  170.  
  171.         5.  USE MILITARY TIME
  172.  
  173.                 Uses military time (24hr) for the clock and logfile time
  174.                 stamp.
  175.  
  176.  
  177.         6.  ENABLE SCREEN BLANKER
  178.  
  179.                 Blanks the computer screen after a 3 minute
  180.                 timeout period.  NOTE: Some CGA displays will not
  181.                 respond to this option.
  182.  
  183.  
  184.         7.  ENABLE AUDIBLE ALARM
  185.  
  186.                 Sounds an audible alarm when an unauthorized access has
  187.                 been attempted.
  188.  
  189.  
  190.         8.  ENABLE EXPLODING WINDOWS
  191.  
  192.                 Enables the use of exploding windows.
  193.  
  194.  
  195.         9.  ENABLE IDENTIFICATION
  196.  
  197.                 Displays upon an unathorized access attempt, the owners
  198.                 personal identification.
  199.  
  200.  
  201.  
  202.                                MAIN MENU
  203.  
  204.  
  205.                 1.  ENTER PASSWORD
  206.  
  207.                         Allows entry and testing of password.  If the
  208.                         correct password is entered the program exits.
  209.                         After 2 invalid attempts the system is disabled.
  210.  
  211.  
  212.                 2.  SETUP MENU
  213.  
  214.                         Allows access to the setup menu, upon entry of
  215.                         the correct password.
  216.  
  217.  
  218.  
  219.                              ERROR MESSAGES
  220.  
  221.  
  222.         1.  REQUIRES DOS VERSION 2.0 OR ABOVE
  223.  
  224.                 DOS version 2.0 or above is required for the operation
  225.                 of this program.
  226.  
  227.  
  228.         2.  UNSUPPORTED VIDEO MODE
  229.  
  230.                 PWPLUS supports both Color and Monochrome 80 x 25
  231.                 display modes. 40 x 25 display modes are not supported.
  232.  
  233.  
  234.  
  235.                                 UPDATES
  236.  
  237.  
  238.         1.0     Initial release of PWPLUS, a much improved version of
  239.                 the PW password program.
  240.  
  241.         1.1     Color change menu added.  Improved error handling
  242.                 procedures.  Bugfix - as a result of changing from PW's
  243.                 COM file format to EXE, the system lockup after a failed
  244.                 entry attempt was the result of a program lockup rather
  245.                 than a controlled keyboard lock.
  246.  
  247.         1.2     Enhanced keyboard rate for editing, logfile viewing.
  248.                 Improved critical error handling further, should be
  249.                 pretty much bombproof now.  Improved upon all
  250.                 procedures, and tightened code.
  251.  
  252.         1.3     Changed the programs's appearance.  Added power down
  253.                 exit logging option.  In the color menu, added the
  254.                 ability to restore default colors using the Home key.
  255.  
  256.         1.5     Bugfix - if you were in the color menu, spun the colors
  257.                 around a bit, then exited the setup menu and entered the
  258.                 wrong password twice, it would lock up.  I know, I know,
  259.                 who would possibly do this!??  Well it bugged me, so I
  260.                 fixed it!  Also added CRC testing and improved upon the
  261.                 encryption of the configuration file.  Feeling a little
  262.                 laid back today, so I changed the background color to
  263.                 a mellow earth tone brown.  You can always change it.
  264.  
  265.  
  266.  
  267.                             SOFTWARE LICENSE
  268.  
  269.  
  270.                    Copyright (C) 1992 Lonnie L. Logue
  271.  
  272.  
  273.                 You are free to use, copy and distribute PWPLUS.EXE
  274.                 for NONCOMMERCIAL use if:
  275.  
  276.                 1.  No fee is charged for use, copying or distribution
  277.                     (excluding reasonable disk cost's).
  278.  
  279.                 2.  It is not modified in any way.
  280.  
  281.  
  282.                 Any and all contributions should be sent to the
  283.                 following:
  284.  
  285.                             Lonnie L. Logue
  286.                             9231 Goldenrod Lane
  287.                             Upper Marlboro, MD  20772
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.                                  -EOF-
  295.  
  296.